assistant: Deal with spontaneous page disappearance
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Oct 2015 12:19:07 +0000 (08:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Oct 2015 12:21:55 +0000 (08:21 -0400)
commit35b088459e3c6886ae63cd18404c626160092eab
treee01a21f0136bb79a980defd110440c8f80fe2ec2
parent1ae98e72f763a9787611dc26a55fdbef77d91d9e
assistant: Deal with spontaneous page disappearance

Removing pages from the assistant with gtk_widget_destroy() used
to work. It broke with the recent interposition of a box between
each page and the notebook. Fix this by cleaning up when the box
child is removed.

https://bugzilla.gnome.org/show_bug.cgi?id=756042
gtk/gtkassistant.c